github.com/andybalholm/brotli.Reader.buf (field)
9 uses
github.com/andybalholm/brotli (current package)
reader.go#L37: *r = Reader{buf: r.buf}
reader.go#L42: if r.buf == nil {
reader.go#L43: r.buf = make([]byte, readBufSize)
reader.go#L50: m, readErr := r.src.Read(r.buf)
reader.go#L58: r.in = r.buf[:m]
reader.go#L101: encN, err := r.src.Read(r.buf)
reader.go#L109: r.in = r.buf[:encN]
state.go#L91: buf []byte // scratch space for reading from src
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |